class: center, middle, inverse, title-slide .title[ # Simple linear regression ] .subtitle[ ## Lecture 1 ] .author[ ### Manuel Villarreal ] .date[ ### 08/26/24 ] --- ## Typography Text can be **bold**, _italic_, ~~strikethrough~~, or `inline code`. [Link to another slide](#colors). ``` r y <- rnorm(n = 10, mean = 100, sd = 10) y_bar <- mean(y) ``` --- class: center, middle, inverse # Thanks!